bitkeeper revision 1.1389.1.56 (4284690324ekdX_PXrN45QJ8LUQaxw)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 13 May 2005 08:44:51 +0000 (08:44 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 13 May 2005 08:44:51 +0000 (08:44 +0000)
Fix corruption of IDT vector 0x20.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/include/asm-x86/processor.h

index 8cd4755cba2db971c38e998898ed97d1ed0c0ef7..f5b628fb58385c1e3291aebdfedb46bf930cfd09 100644 (file)
@@ -377,7 +377,7 @@ extern struct tss_struct init_tss[NR_CPUS];
 #ifdef ARCH_HAS_FAST_TRAP
 
 #define SET_DEFAULT_FAST_TRAP(_p) \
-    (_p)->guest_context.fast_trap_idx = 0x20;   \
+    (_p)->guest_context.fast_trap_idx = 0x30;   \
     (_p)->fast_trap_desc.a = 0;   \
     (_p)->fast_trap_desc.b = 0;